home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / D / Dopplemaker 1.2.cpt / Dopplemaker 1.2 / Dopple Stack / background_2694.txt < prev    next >
Text File  |  1988-03-19  |  1KB  |  62 lines

  1. -- background: 2694 from stack: in
  2. -- bmap block id: 3405
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=4 top=295 right=333 bottom=42
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Authors Note
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set visible of card field "Authors Note" to not visible of card field "Authors Note"
  23. end mouseUp
  24.  
  25.  
  26. -- part 3 (button)
  27. -- low flags: 00
  28. -- high flags: 0002
  29. -- rect: left=228 top=298 right=321 bottom=254
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 1014 / 1014
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Prev
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   go to prev card
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 4 (button)
  46. -- low flags: 00
  47. -- high flags: 0002
  48. -- rect: left=260 top=298 right=321 bottom=286
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 1013 / 1013
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Prev
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   go to next card
  60. end mouseUp
  61.  
  62.